
Command Line: diskspd.exe -c10G -t2 -d60 -o1 -b4k -r -Suw -L -w20 test.dat

Input parameters:

	timespan:   1
	-------------
	duration: 60s
	warm up time: 5s
	cool down time: 0s
	measuring latency
	random seed: 0
	path: 'test.dat'
		think time: 0ms
		burst size: 0
		software cache disabled
		hardware write cache disabled, writethrough on
		performing mix test (read/write ratio: 80/20)
		block size: 4096
		using random I/O (alignment: 4096)
		number of outstanding I/O operations: 1
		thread stride size: 0
		threads per file: 2
		IO priority: normal



Results for timespan 1:
*******************************************************************************

actual test time:	60.01s
thread count:		2
proc count:		2

CPU |  Usage |  User  |  Kernel |  Idle
-------------------------------------------
   0|   1.54%|   0.18%|    1.35%|  98.47%
   1|   1.35%|   0.13%|    1.22%|  98.65%
-------------------------------------------
avg.|   1.45%|   0.16%|    1.29%|  98.56%

Total IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        72929280 |        17805 |       1.16 |     296.69 |    3.362 |    12.600 | test.dat (10240MB)
     1 |        72851456 |        17786 |       1.16 |     296.38 |    3.365 |    12.708 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         145780736 |        35591 |       2.32 |     593.07 |    3.364 |    12.654

Read IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        58281984 |        14229 |       0.93 |     237.10 |    3.722 |    11.457 | test.dat (10240MB)
     1 |        58097664 |        14184 |       0.92 |     236.35 |    3.834 |    12.253 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:         116379648 |        28413 |       1.85 |     473.46 |    3.777 |    11.861

Write IO
thread |       bytes     |     I/Os     |     MB/s   |  I/O per s |  AvgLat  | LatStdDev |  file
-----------------------------------------------------------------------------------------------------
     0 |        14647296 |         3576 |       0.23 |      59.59 |    1.932 |    16.300 | test.dat (10240MB)
     1 |        14753792 |         3602 |       0.23 |      60.02 |    1.519 |    14.210 | test.dat (10240MB)
-----------------------------------------------------------------------------------------------------
total:          29401088 |         7178 |       0.47 |     119.61 |    1.725 |    15.288


  %-ile |  Read (ms) | Write (ms) | Total (ms)
----------------------------------------------
    min |      0.046 |      0.048 |      0.046
   25th |      0.084 |      0.093 |      0.087
   50th |      0.150 |      0.138 |      0.144
   75th |      5.641 |      0.188 |      4.663
   90th |      8.526 |      0.225 |      7.957
   95th |     10.828 |      0.279 |     10.422
   99th |     23.789 |     53.911 |     24.742
3-nines |    175.810 |    209.201 |    189.068
4-nines |    355.288 |    330.160 |    330.160
5-nines |    484.159 |    330.160 |    484.159
6-nines |    484.159 |    330.160 |    484.159
7-nines |    484.159 |    330.160 |    484.159
8-nines |    484.159 |    330.160 |    484.159
9-nines |    484.159 |    330.160 |    484.159
    max |    484.159 |    330.160 |    484.159
